home *** CD-ROM | disk | FTP | other *** search
- N
- ECHO OFF
- CLS
- ECHO Name of directory to remove: %1
- ECHO (If you didn't provide a directory name, press Ctrl-Break and start over.)
- ECHO --------------------------------------------------------------------------
- ECHO WARNING! This command will remove the above directory regardless of
- ECHO whether it is empty or not. All subordinate directories and files (even
- ECHO hidden, read-only, etc.) will be erased. To cancel this command, press
- ECHO Ctrl-Break. Otherwise,
- PAUSE
- ZAPDIR %1
- IF ERRORLEVEL 1 GOTO THEEND
- CHKDSK/F < WIPEDIR.BAT
- :THEEND